home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cscreen.arc / START.BAT < prev   
DOS Batch File  |  1989-11-26  |  4KB  |  74 lines

  1. echo off
  2. cls
  3. echo ╔════════════════════════════════════════════════════════════════════════════╗
  4. echo ║                                                                            ║
  5. echo ║                                Computer Solutions                          ║
  6. echo ║                                   P.O. Box 354                             ║
  7. echo ║                                  Mason, MI 48854                           ║
  8. echo ║                                                                            ║
  9. echo ║                                                                            ║
  10. echo ║         Thank you for your purchase.   We strive  to offer you the latest  ║
  11. echo ║    in shareware and public domain software at very reasonable prices.  We  ║
  12. echo ║    appreciate  your  interest in our  company and  will try to  earn your  ║
  13. echo ║    respect with good software  at good prices.  Please browse through our  ║
  14. echo ║    catalog for many more exciting offerings.   We look forward to serving  ║
  15. echo ║    you!                                                                    ║
  16. echo ║                                                                            ║
  17. echo ║                                     To Order:                              ║
  18. echo ║                                  1-800-874-9375                            ║
  19. echo ║                                                                            ║
  20. echo ║                              Information & Michigan:                       ║
  21. echo ║                                  1-517-628-2943                            ║
  22. echo ║                                                                            ║
  23. echo ╚════════════════════════════════════════════════════════════════════════════╝
  24. pause
  25. cls
  26. echo ╔════════════════════════════════════════════════════════════════════════════╗
  27. echo ║                                                                            ║
  28. echo ║              You have purchased Computer Solutions Disk LC01               ║
  29. echo ║                        cScreen Editor with Source                          ║
  30. echo ║                                                                            ║
  31. echo ║      This  is  a  complete screen editor program to edit files.  Some of   ║
  32. echo ║   the powerful features of this editor include: a macro  buffer  with  a   ║
  33. echo ║   learn  mode  for  building  macro  definitions, block moves and copies   ║
  34. echo ║   and virtual memory to disk (files larger then  memory  can  be  used).   ║
  35. echo ║   This  editor  was  designed  to  be a programmer's editor.  Comes with   ║
  36. echo ║   documentation and complete source code  written  in  C  and  a  little   ║
  37. echo ║   assembler.                                                               ║
  38. echo ║                                                                            ║
  39. echo ║                                                                            ║
  40. echo ╚════════════════════════════════════════════════════════════════════════════╝
  41. pause
  42. :h
  43. cls
  44. echo ╔════════════════════════════════════════════════════════════════════════════╗
  45. echo ║                                                                            ║
  46. echo ║                                                                            ║
  47. echo ║        This disk contains documentation to help you  with the use of it's  ║
  48. echo ║   programs.  This information can be displayed on your screen, printed on  ║
  49. echo ║   your printer or you can skip reading it now and look at it later.        ║
  50. echo ║                                                                            ║
  51. echo ║           1) View it on the screen                                         ║
  52. echo ║           2) Print it on the printer                                       ║
  53. echo ║           3) Skip it for now, and return to DOS                            ║
  54. echo ║                                                                            ║
  55. echo ╚════════════════════════════════════════════════════════════════════════════╝
  56. :g
  57.  
  58. getdigit        Your choice :
  59. if errorlevel 4 goto g
  60. if errorlevel 3 goto e
  61. if errorlevel 2 goto p
  62. if errorlevel 1 goto s
  63. :p
  64. cls
  65. echo Get your printer ready ...
  66. pause
  67. copy read.me prn:
  68. goto h
  69. :s
  70. browse read.me
  71. goto h
  72. :e
  73. cls
  74.